object FormDesigner: TFormDesigner Left = 31 Top = 34 BorderStyle = bsDialog Caption = 'Form Designer' ClientHeight = 362 ClientWidth = 560 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 13 object Panel1: TPanel Left = 14 Top = 13 Width = 105 Height = 210 TabOrder = 0 object RadioButtonButton: TSpeedButton Left = 5 Top = 54 Width = 94 Height = 20 AllowAllUp = True GroupIndex = 1 Caption = 'RadioButton' OnClick = CheckBoxButtonClick end object EditButton: TSpeedButton Left = 6 Top = 6 Width = 93 Height = 20 AllowAllUp = True GroupIndex = 1 Caption = 'Text' OnClick = CheckBoxButtonClick end object MemoButton: TSpeedButton Left = 6 Top = 78 Width = 93 Height = 20 AllowAllUp = True GroupIndex = 1 Caption = 'TextArea' OnClick = CheckBoxButtonClick end object CheckBoxButton: TSpeedButton Left = 6 Top = 30 Width = 93 Height = 20 AllowAllUp = True GroupIndex = 1 Caption = 'CheckBox' NumGlyphs = 2 OnClick = CheckBoxButtonClick end object PasswordButton: TSpeedButton Left = 6 Top = 102 Width = 93 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = 'Password' OnClick = CheckBoxButtonClick end object SubmitButton: TSpeedButton Left = 6 Top = 128 Width = 93 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = 'Submit' OnClick = CheckBoxButtonClick end object ResetButton: TSpeedButton Left = 6 Top = 154 Width = 93 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = 'Reset' OnClick = CheckBoxButtonClick end object SelectButton: TSpeedButton Left = 6 Top = 180 Width = 93 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = 'Select' OnClick = CheckBoxButtonClick end end object CreationArea: TScrollBox Left = 130 Top = 12 Width = 333 Height = 337 TabOrder = 1 OnDragOver = CreationAreaDragOver OnMouseDown = CreationAreaMouseDown end object OkButton: TBitBtn Left = 474 Top = 154 Width = 77 Height = 27 TabOrder = 2 OnClick = OkButtonClick Kind = bkOK end object BitBtn2: TBitBtn Left = 474 Top = 186 Width = 77 Height = 27 TabOrder = 3 Kind = bkCancel end object PreviewButton: TBitBtn Left = 474 Top = 122 Width = 77 Height = 27 Caption = '&Source' TabOrder = 4 OnClick = PreviewButtonClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555550555 555555555555F55555555505555B0555570555F55557F55555F55B50555B0555 7B55575F5557F555575555B5055B5557B5555575F55755557555555B5550005B 55555557555FFF575555555555BBB0055555555555777FF5555555555BBBBB00 55555555577777FF55555000BBBBBBB050005FFF7777777F5FFFBBB5BBBBBBB0 BBB577757777777F77755555BBBBBBB55555555577777775555555555BBBBB55 55555555577777555555555705BBB55505555555F5777555F555557B5555055B 505555575555F5575F5557B5555B0555B50555755557F55575F55B55555B0555 5B5557555557F55557555555555B5555555555555557555555550000} NumGlyphs = 2 end object ClearButton: TBitBtn Left = 27 Top = 252 Width = 76 Height = 27 Caption = '&Clear' TabOrder = 5 OnClick = ClearButtonClick end object BitBtn1: TBitBtn Left = 475 Top = 251 Width = 76 Height = 27 Caption = '&Reload' TabOrder = 6 Visible = False OnClick = BitBtn1Click end object BitBtn3: TBitBtn Left = 474 Top = 218 Width = 77 Height = 27 TabOrder = 7 OnClick = BitBtn3Click Kind = bkHelp end end